func github.com/vmihailenco/msgpack/v5.encodeUint64CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L226: func encodeUint64CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L24: 		reflect.Uint64:        encodeUint64CondValue,